@charset "utf-8";
/* CSS Document */



/*

<a href="../tel:12345654321">打电话给我</a>

<a href="../sms:12345654321">发短信</a>

或用于单元格：

<td onclick="location.href='tel:122'">

*/






img { max-width: 100%; height: auto;/* width: auto\9; /* ie8 */}
.video embed,.video object,.video iframe { width: 100%; height: auto;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
a,button,input{ -webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent; } /*去掉手持设备点击时出现的透明层*/
input{ resize: none; -webkit-appearance:none; } /*去掉input在ios下的默认效果*/
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust:100%; } /*阻止旋转屏幕时自动调整字体大小*/
body { -webkit-overflow-scrolling: touch; } /*模拟iphone或ipad浏览很长的网页滚动时的滑动效果 所有的overflow需要滚动的都可以生效overflow:auto;*/

@media all and (orientation : landscape) { 

/*h2{color:red;}横屏时字体红色*/

} 

@media all and (orientation : portrait){ 

/*h2{color:green;}竖屏时字体绿色*/

} 



@media screen and (max-width: 1600px) {  







}


@media screen and (max-width: 1218px) {  

.w1200{width: 96%;}
.by1{width: 100%;margin-bottom: 30px;}
.by2{width: 100%;margin-bottom: 30px;}

.fuwu ul li {
    margin-left: 30px;
}

.about {
    float: inherit;
    width: 100%;
	margin-left: 0!important;
	&:after{
	  clear:both;
	}
}

.about .contact1 ul {
    width: 70%;
}

.bj2{padding: 30px;}










}







@media screen and (max-width: 1100px) {  



.pc{display: none;}
.wap{display: block;}


.new ul li{width: 100%;margin-left: 0;}
.header .navbar_nav li a {    padding: 0 20px;}

.zhengshu a {
    width: 100%;
    margin-left: 0;
}

.liucheng ul li:nth-child(even) {
    left: 50px;
}
.liucheng ul li .liucheng1:before{display: none;}
.liucheng ul li {
    left: 0;
}
.liucheng ul li:nth-child(2) {
    top: 42px;
    right: 0;
	left: inherit;
}

.liucheng ul li:nth-child(4) {
    top: 284px;
	 right: 0;
	left: inherit;
}


.liucheng ul li:nth-child(6) {
    top: 524px;
	 right: 0;
	left: inherit;
}
.liucheng ul li:nth-child(8) {
    top: 764px;
	 right: 0;
	left: inherit;
}
.liucheng ul {
    min-height: 960px;
}

.zuoyong ul li{width:45%;}
.zuoyong{height: inherit;overflow: hidden; padding-bottom: 20px;background: #0084f3;}
.zuoyong ul li span {
    text-align: inherit;
}
.jieshao2 .jieshao4 {
    margin-right: 30px;
}
.jieshao2 ul li:nth-child(even) .jieshao4 {
    margin-left: 30px;
}
.foot .link {
    display: none;
}
.foot {
    padding-top: 40px;
}


}


@media screen and (max-width: 992px){
.top{display: none;}
.top.clearfix{display: block;}
.m_nav .logo{background: #0084f3;}

.foot .add ul li {
    display: block;
    text-align: left;
	margin-left: 0;
}

.foot .copy {
    text-align: left;
	width: 96%;
	margin: auto;
}

.header{position: fixed;background: #0084f3;}

.height50px{height:50px;}















}

















